home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / relnotes / dba / ch4.z / ch4
Text File  |  2001-04-17  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4.                                   - 1 -
  5.  
  6.  
  7.  
  8.        4.  _S_p_e_c_i_a_l__N_o_t_e_s__o_n__U_s_e__o_f__T_h_i_s__P_r_o_d_u_c_t
  9.  
  10.        The database accelerator (DBA) is designed to speed up your
  11.        Oracle, Informix, or Sybase database server. In some cases
  12.        your database server has been specially coded to take
  13.        advantage of features in the database accelerator (such as
  14.        the postwait driver for all versions of Oracle, and the
  15.        special async I/O support in Oracle version 7). You will
  16.        need to install this software and refer to your platform-
  17.        specific database server documentation to find out how to
  18.        make your server take advantage of DBA.
  19.  
  20.        Kernel asynchronous I/O (sometimes referred to as KAIO) is
  21.        designed to work invisibly with an application that uses
  22.        POSIX asynchronous I/O but follows certain strict
  23.        conditions. Silicon Graphics and the database server
  24.        companies work together to make sure those conditions are
  25.        always met.
  26.  
  27.        However, DBA 3.0 for IRIX 6.5 is incompatible with some
  28.        older versions of the Informix database server. Please
  29.        contact Informix Corp. for more information. The symptom of
  30.        the problem is that the Informix server will hang after
  31.        several thousand disk I/O requests have been submitted.
  32.  
  33.        If you are running Informix, you should not install this
  34.        product unless your documentation specifically states that
  35.        your version of Informix will work with DBA on IRIX 6.5.
  36.  
  37.        4.1  _E_n_a_b_l_i_n_g__K_A_I_O
  38.  
  39.        Some database servers are aware of the presence or absence
  40.        of KAIO on IRIX and can automatically take advantage of it
  41.        if present. For these servers, you will not need to do
  42.        anything.
  43.  
  44.        Other servers may require you to set a configuration
  45.        variable to take advantage of KAIO. You will need to consult
  46.        your database server documentation (probably the IRIX-
  47.        specific release notes) or contact your database company's
  48.        support organization to find out if there is such a
  49.        variable.
  50.  
  51.        An others, particularly older versions, are unaware of KAIO
  52.        and do not have a way for the database server to enable it
  53.        itself. You can force KAIO on for these database servers by
  54.        setting an environment variable before starting your server.
  55.        You may also need to set the environment variable for
  56.        application processes as well (for example, a TWO_TASK
  57.        Oracle application). To forcibly enable KAIO:
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.                                   - 2 -
  71.  
  72.  
  73.  
  74.          1.  In csh or tcsh, type
  75.  
  76.              sssseeeetttteeeennnnvvvv ________SSSSGGGGIIII____UUUUSSSSEEEE____DDDDBBBBAAAA 1111
  77.  
  78.          2.  In sh or ksh or bash, type
  79.  
  80.              eeeexxxxppppoooorrrrtttt ________SSSSGGGGIIII____UUUUSSSSEEEE____DDDDBBBBAAAA;;;; ________SSSSGGGGIIII____UUUUSSSSEEEE____DDDDBBBBAAAA====1111
  81.  
  82.        In some cases, your database server company may inform you
  83.        that use of certain features in the IRIX database
  84.        accelerator is unsupported.
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.